home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / PERL / OS2 / SELFRUN.BAT < prev    next >
DOS Batch File  |  1992-01-04  |  114b  |  13 lines

  1. @echo off
  2. perl -x %0.bat
  3. goto exit
  4. #!perl
  5.  
  6. printf "
  7. This is a self-running perl script for DOS.
  8.  
  9. "
  10.  
  11. __END__
  12. :exit
  13.